ThreadSafeList<T> Class

Summary

A Thread safe list.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DefaultMemberAttribute("Item")] 
public class ThreadSafeList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable 
  
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class ThreadSafeList(Of T)  
   Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
generic<typename T> 
public ref class ThreadSafeList : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable   

Type Parameters

T
The type of elements in the list.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly